github.com/andybalholm/brotli/flate.levelInfo.lastFreq (field)

6 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_code.go#L37: 	lastFreq int32
		huffman_code.go#L161: 			lastFreq:     list[1].freq,
		huffman_code.go#L188: 		prevFreq := l.lastFreq
		huffman_code.go#L192: 			l.lastFreq = l.nextCharFreq
		huffman_code.go#L200: 			l.lastFreq = l.nextPairFreq
		huffman_code.go#L215: 			levels[l.level+1].nextPairFreq = prevFreq + l.lastFreq